pp108 : Using WS-AppServer Package to Model Relational Data

Using WS-AppServer Package to Model Relational Data

This topic introduces WS-AppServer package as the medium to model relational data.

A WS-AppServer package contains data models in the form of Java classes, methods, and attributes, which are used in building a WS-AppServer application. It also contains information on the relationship that exists between different models.
Package contains the namespace information, which is unique. The same information is carried over to the models, Java classes, methods, and attributes that reside within the package. As a result, the contents of one package are easily distinguished from the contents of another package.
You can create a WS-AppServer package in several ways:

Related tasks

Generating the Java Code for WS-AppServer Models
Creating a WS-AppServer Package from Database
Updating the WS-AppServer Package with Database Details

Related information

Generating Application and Business Logic on Relational Data